Conversation
yejinleee
approved these changes
Jan 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚩 연관 이슈
closed #82
📝 작업 내용
Asset 추가
IcCalendarAdd
아이콘 추가: Figma 디자인에 맞춘 캘린더 추가 SVG 아이콘 컴포넌트를 생성하고 src/shared/assets/icons에 등록.
UI Component 구현
RegisterSequenceBottomSheet 추가:
"새로운 투표 링크를 만드시겠어요?" 라는 문구와 함께 새로운 링크 생성 의사를 묻는 바텀 시트를 구현.
새 링크 만들기: 클릭 시 메인 페이지(/)로 이동하여 새로운 모임을 생성할 수 있도록 라우팅 처리.
취소: 바텀 시트를 닫습니다.
기존 BottomSheet 공통 컴포넌트와 Button 컴포넌트를 재사용하여 일관된 디자인을 적용.
좌측 아이콘 변경: 기존 햄버거 메뉴(ic_hamburger)를 ic_calendar_add로 교체.
인터랙션 변경:
기존: 햄버거 메뉴 클릭 시 메뉴 드롭다운 노출.
변경: 캘린더 추가 아이콘 클릭 시 RegisterSequenceBottomSheet 오픈.
불필요한 코드 제거: 사용하지 않는 Menu 컴포넌트 및 관련 로직을 제거.